go.pact.im/x/flaky.debounceState.next (field)

5 uses

	go.pact.im/x/flaky (current package)
		debounce.go#L40: 	next  chan struct{}
		debounce.go#L107: 		<-d.next
		debounce.go#L135: 		d.next <- struct{}{}
		debounce.go#L158: 		if d.next == nil {
		debounce.go#L159: 			d.next = make(chan struct{})